-
1 instance of basic function block
Программирование: экземпляр базисного функционального блока (см. IEC 61499-1, Robert W. Lewis: Modelling control systems using IEC 61499. Applying function blocks to distributed systems)Универсальный англо-русский словарь > instance of basic function block
-
2 instance of component function block
Программирование: экземпляр составного функционального блока (см. IEC 61499-1, Robert W. Lewis: Modelling control systems using IEC 61499. Applying function blocks to distributed systems), экземпляр компонентного функционального блокаУниверсальный англо-русский словарь > instance of component function block
-
3 instance of composite function block
Программирование: экземпляр композиционного функционального блока (см. IEC 61499-1, Robert W. Lewis: Modelling control systems using IEC 61499. Applying function blocks to distributed systems)Универсальный англо-русский словарь > instance of composite function block
-
4 instance of a function block
Программирование: экземпляр функционального блокаУниверсальный англо-русский словарь > instance of a function block
-
5 declared instance of a function block
Программирование: объявленный экземпляр функционального блокаУниверсальный англо-русский словарь > declared instance of a function block
-
6 function block instance
Программирование: экземпляр функционального блока (см. IEC 61499-1, Robert W. Lewis: Modelling control systems using IEC 61499. Applying function blocks to distributed systems)Универсальный англо-русский словарь > function block instance
-
7 function block instance list
Программирование: список экземпляров функциональных блоков (см. IEC 61499-1, Robert W. Lewis: Modelling control systems using IEC 61499. Applying function blocks to distributed systems)Универсальный англо-русский словарь > function block instance list
-
8 function block instance list specification
Программирование: спецификация списка экземпляров функциональных блоков (см. IEC 61499-1, Robert W. Lewis: Modelling control systems using IEC 61499. Applying function blocks to distributed systems)Универсальный англо-русский словарь > function block instance list specification
-
9 function block instance name
Программирование: имя экземпляра функционального блока (см. IEC 61499-1, Robert W. Lewis: Modelling control systems using IEC 61499. Applying function blocks to distributed systems)Универсальный англо-русский словарь > function block instance name
-
10 instance of function block type
Программирование: экземпляр типа функционального блока (см. IEC 61499-1, Robert W. Lewis: Modelling control systems using IEC 61499. Applying function blocks to distributed systems)Универсальный англо-русский словарь > instance of function block type
-
11 function block instance invocation
Программирование: вызов экземпляра функционального блокаУниверсальный англо-русский словарь > function block instance invocation
-
12 instance of a composite function block type
Программирование: экземпляр типа композиционного функционального блока (см. IEC 61499-1)Универсальный англо-русский словарь > instance of a composite function block type
-
13 instance of a service interface function block type
Программирование: экземпляр типа сервисного интерфейсного функционального блокаУниверсальный англо-русский словарь > instance of a service interface function block type
-
14 instance of function block
Программирование: экземпляр функционального блокаУниверсальный англо-русский словарь > instance of function block
-
15 component function block instance
Программирование: экземпляр составного (компонентного) функционального блока (см. Robert W. Lewis: Modelling control systems using IEC 61499. Applying function blocks to distributed systems)Универсальный англо-русский словарь > component function block instance
-
16 composite function block instance
Программирование: экземпляр композиционного функционального блока (см. IEC 61499-1, Robert W. Lewis: Modelling control systems using IEC 61499. Applying function blocks to distributed systems)Универсальный англо-русский словарь > composite function block instance
-
17 From the syntactic point of view, a function block instance is the copy of corresponding type
Универсальный англо-русский словарь > From the syntactic point of view, a function block instance is the copy of corresponding type
-
18 acceptor: A function block instance which provides a socket adapter of a defined adapter interface type
Общая лексика: получатель: экземпляр функционального блока, который оснащён адаптер-сокетом ( имеющий адаптер-сокет) для о (см. IEC 61499-1)Универсальный англо-русский словарь > acceptor: A function block instance which provides a socket adapter of a defined adapter interface type
-
19 attribute: A property or characteristic of an entity, for instance, the version identifier of a function block type specification
Универсальный англо-русский словарь > attribute: A property or characteristic of an entity, for instance, the version identifier of a function block type specification
-
20 plug adapter: An instance of an adapter interface type which provides a starting point for an adapter connection from a provider function block
Общая лексика: адаптер-штекер: экземпляр типа адаптерного интерфейса, который обе (см. IEC 61499-1)Универсальный англо-русский словарь > plug adapter: An instance of an adapter interface type which provides a starting point for an adapter connection from a provider function block
- 1
- 2
См. также в других словарях:
Block cellular automaton — The Margolus neighborhood for a two dimensional block cellular automaton. The partition of the cells alternates between the set of 2 × 2 blocks indicated by the solid blue lines, and the set of blocks indicated by the dashed red lines. A block… … Wikipedia
Function object — A function object, also called a functor or functional, is a computer programming construct allowing an object to be invoked or called as if it were an ordinary function, usually with the same syntax.Function objects are unrelated to functors in… … Wikipedia
Block (programming) — In computer programming, a block is a section of code which is grouped together. Blocks consist of one or more declarations and statements. A programming language that permits the creation of blocks, including blocks nested within other blocks,… … Wikipedia
One-way compression function — In cryptography, a one way compression function is a function that transforms two fixed length inputs to an output of the same size as one of the inputs. The transformation is one way , meaning that it is difficult given a particular output to… … Wikipedia
Map (higher-order function) — In many programming languages, map is the name of a higher order function that applies a given function to each element of a list, returning a list of results. They are examples of both catamorphisms and anamorphisms. This is often called apply… … Wikipedia
Cryptographic hash function — A cryptographic hash function (specifically, SHA 1) at work. Note that even small changes in the source input (here in the word over ) drastically change the resulting output, by the so called avalanche effect. A cryptographic hash function is a… … Wikipedia
Hash function — A hash function is any well defined procedure or mathematical function for turning some kind of data into a relatively small integer, that may serve as an index into an array. The values returned by a hash function are called hash values, hash… … Wikipedia
Primitive recursive function — The primitive recursive functions are defined using primitive recursion and composition as central operations and are a strict subset of the recursive functions (recursive functions are also known as computable functions). The term was coined by… … Wikipedia
Heuristic function — A heuristic function or simply a heuristic is a function that ranks alternatives in various search algorithms at each branching step basing on an available information in order to make a decision which branch is to be followed during a… … Wikipedia
JavaScript syntax — This article is part of the JavaScript series. JavaScript JavaScript syntax JavaScript topics This box: view · … Wikipedia
Singleton (Entwurfsmuster) — Das Singleton (auch Einzelstück genannt) ist ein in der Softwareentwicklung eingesetztes Entwurfsmuster und gehört zur Kategorie der Erzeugungsmuster (engl. Creational Patterns). Es verhindert, dass von einer Klasse mehr als ein Objekt erzeugt… … Deutsch Wikipedia